Initialization of new domU config options via XenAPI
authorKeir Fraser <keir.fraser@citrix.com>
Tue, 18 Mar 2008 11:05:53 +0000 (11:05 +0000)
committerKeir Fraser <keir.fraser@citrix.com>
Tue, 18 Mar 2008 11:05:53 +0000 (11:05 +0000)
commitd8cdbecc65dc8a90698de09502bf62e0468ae03f
treec17dc9e466582b6ef716a05e9021b00c8f45e510
parent2376142a75e2e53d5f1a8b829fdda87d667f172e
Initialization of new domU config options via XenAPI

Many of the new domU config options related to hvm guests (e.g. hpet,
rtc_timeoffset, etc.) are not initialized with default values via
XenAPI, which prevents starting an hvm domU created through XenAPI.
This patch ensures the new options are set with appropriate default
values in XendConfig platform sanity check.

Signed-off-by: Jim Fehlig <jfehlig@novell.com>
tools/python/xen/xend/XendConfig.py